public List <ChambersForOrder> GetChambersForOrder(int doctorId) { return(aDoctorGateway.GetChambersForOrder(doctorId)); }