public DataTable Account_GetList_AccountType(int accountTypeId)
 {
     return(adapter.Account_GetList_AccountType(0, accountTypeId, 1));
 }