public bool UpdateReportingPerson(int DepartmentId, Reportingentities DepartmentEntities)
 {
     throw new NotImplementedException();
 }
 public int CreateReportingPerson(Reportingentities DepartmentEntities)
 {
     throw new NotImplementedException();
 }