Inheritance: extends BaseRepository
 public function getDatatable($accountId)
 {
     $query = $this->bankAccountRepo->find($accountId);
     return $this->datatableService->createDatatable(new BankAccountDatatable(false), $query);
 }