public AccountRepository(IDbCollectionRepository <AccountDto, string> repo)
 {
     _repo = repo;
 }
 public UserRepository(IDbCollectionRepository <UserDto, string> repo)
 {
     _repo = repo;
 }