public bool DeletePost(int id)
 {
     return(context.DeletePost(id));
 }