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