public int AddReport(ReportViewModel add)
 {
     return(data.AddReport(add));
 }