public void Insert(int index, UserRole entity) { base.Insert(index, entity); }
public int IndexOf(UserRole entity) { return(base.IndexOf(entity)); }
public void Add(UserRole entity) { base.Add(entity); }
public bool Contains(UserRole entity) { return(base.Contains(entity)); }
public bool Remove(UserRole entity) { return(base.Remove(entity)); }