public List <AccountType> GetAllAccountType()
 {
     _accountTypes = _repo.GetAllAccountType();
     return(_accountTypes);
 }