public MeetingRoomManager()
 {
     Context = new MRRContext();
 }
 public ReservationManager()
 {
     Context = new MRRContext();
 }