public void RemoveComent(Comments coment) { Comments.Remove(coment); }
public void AddComent(Comments coment) { Comments.Add(coment); }