public bool IsPatientEmailExists(string email)
 {
     return(aGateway.IsPatientEmailExists(email));
 }