public ActionResult DepositTotalsForDatesResults(DepositTotalsModel m)
 {
     return View(m);
 }
 public ActionResult DepositTotalsForDates()
 {
     var m = new DepositTotalsModel();
     return View(m);
 }