public int GetHourID(string time)
 {
     return(dao.GetHourID(time));
 }