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