public int Get(DateTime statDate)
 {
     return(_service.UpdateItems(statDate));
 }