public bool Delete(int id)
 {
     return(link.Posts_Delete(id) > 0);
 }