public bool Add(Like e)
 {
     //to return entity if added or null if failed
     return(link.Like_Insert(e.FK_Post, e.FK_Member) > 0);
 }