public AccountParamConverter(IUserDao userDao, IAccountStatusDao statusDao)
 {
     _userDao   = userDao;
     _statusDao = statusDao;
 }