public int Update(AccountingAccountsSetupDB pObj)
 {
     return(mObjSetupDBDAO.Update(pObj));
 }
 public int Add(AccountingAccountsSetupDB pObj)
 {
     return(mObjSetupDBDAO.Add(pObj));
 }