public int DateDifference(string fromDate, string toDate)
 {
     return(_viewRepository.DateDifference(fromDate, toDate));
 }