public void RemoveComent(Coment coment) { Coments.Add(coment); }
public void AddComent(Coment coment) { Coments.Add(coment); }