public Post Retrieve(int id)
 {
     return(_simpleRepository.Retrieve(id));
 }