public IEnumerable <Tag> GetAllByProduct(int id) { var result = _hashtag.GetAllByProduct(id); return(result); }