public List <AllocateClassroom> GetAllocatedClassroomsByDepartment(int departmentId)
 {
     return(_classRoomGateway.GetAllocatedClassroomsByDepartment(departmentId));
 }