public List <Login> PatientLogin(Login aLogin)
 {
     return(aGateway.PatientLogin(aLogin));
 }