public virtual int LikesCount(int eventId)
 {
     return(_likeRepository.GetLikesByEventId(eventId));
 }