public bool ExistText(Guid id) { if (Texts.Exists(x => x.Id == id)) { return(true); } return(false); }