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