public bool Contains(IEntity entity) { return(_commentDal.Contains(new Comment { Id = entity.Id })); }