public AccountController()
 {
     _desEncryptor = new DESEncryptor();
     _repository = new LoginJsonRepository(System.Web.HttpContext.Current);
 }
 public void Init()
 {
     _desCrypt = new DESEncryptor();
 }