public int Update()
 {
     return(Report_Customer_ComplaintsDAO.Update(this));
 }
 public int Delete()
 {
     return(Report_Customer_ComplaintsDAO.Delete(this));
 }
 public int Insert()
 {
     return(Report_Customer_ComplaintsDAO.Insert(this));
 }