public bool RemoveRows(Sentence sentence) { return(_content.Remove(sentence)); }
public void AddRows(Sentence sentence) { _content.Add(sentence); }