public ICollection <Report> GetReports()
 {
     return(_persistenceService.GetReports());
 }