public ObjectResult GetById(int id)
 {
     return(link.Posts_GetByID(id));
 }