public bool DeleteLikesPost(int postid)
 {
     return(context.DeleteLikesPost(postid));
 }