public void LoadInventoryReport(DateTime date)
 {
     _db.GetInventoryReportOfDate(date);
 }