public DoctorChamber GetDoctorChamberInfo(int id, int doctorId) { return(aDoctorGateway.GetDoctorChamberInfo(id, doctorId)); }