public bool Add(Post e) { //to return entity if added or null if failed return(link.Posts_Insert(e.Content, e.FK_Member, e.Date) > 0); }