public List <SelectListItem> GetSelectDay()
 {
     return(aClassRoomGateway.GetSelectDay());
 }