public UserRepository(AMSV2DbContext dbcontext) : base(dbcontext) { }
public RoleRepository(AMSV2DbContext dbcontext) : base(dbcontext) { }