public List <RoomSceduleInformation> GetScheduleInformation(int departmentId)
 {
     return(roomGteway.GetScheduleInformation(departmentId));
 }