public ActionResult Delete(int id)
 {
     _postgreManager.DeletePost(id);
     return(NoContent());
 }