public int DeleteReport(int id)
 {
     return(data.DeleteReport(id));
 }