public List <ViewDoctors> GetDoctorChambers(int id)
 {
     return(aDoctorGateway.GetDoctorChambers(id));
 }