public static int DeleteAccount(tChartOfAccount account)
 {
     try
     {
         return(AccountingDataProvider.DeleteAccount(account));
     }
     catch (Exception exception)
     {
         throw new Exception(exception.Message);
     }
 }