public List <DoctorChamber> GetDoctorOwnChamber(int id)
 {
     return(aDoctorGateway.GetDoctorOwnChamber(id));
 }