public List <Days> GetDays()
 {
     return(aRoomGateway.GetDays());
 }