public void LoadIndebtednessReport(DateTime date)
 {
     _db.GetIndebtednessReportOfDate(date);
 }