public void Remove(Report report)
 {
     throw new NotImplementedException();
 }
 public void Update(Report report)
 {
     throw new NotImplementedException();
 }
 public void Add(Report report)
 {
     context.Reports.Add(report);
 }