public ActionResult <Post> Get(int id)
 {
     return(_postgreManager.GetPostById(id));
 }