public int GetCustomerTypeId(string code)
 {
     return(customerDao.GetCustomerTypeId(code));
 }