public Doctors GetDoctorData(string username)
 {
     return(aDoctorGateway.GetDoctorData(username));
 }