public bool Xoa(DayInfo day)
 {
     return(data.Xoa(day));
 }
 public int Xoa(int maday)
 {
     return(day.Xoa(maday));
 }