OnlinePhotoShop.CustomerDB.NewUser Function
Adds a new customer to the database.

Public bool NewUser (string, string)
  Type Name Description  
    string email Customer's Email address.  
    string password Secret password used for authentication.  
  Return Description  
    bool Returns true if the customer was added to the database.