public ObjectResult GetPostByuserConnectionId(int id)
 {
     return(link.SP_GetConnectionPosts(id));
 }