public void RemoveElements(IZdatelstvo library) { list.Remove(library); }
public void AddElements(IZdatelstvo library) { list.Add(library); }