public IEnumerable <BankAccount> GetByContextId(int contextId)
 {
     return(_bankAccountRepository.GetByContextId(contextId));
 }