public DateTime GetTomorrow()
 {
     return(_dth.GetNow().AddDays(1));
 }