public AspNetUserRoles(SolutionDbContext solutionDbContext)
 {
     _repo = new RepositoryAspNetUserRoles(solutionDbContext);
 }