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