public Post Update(Post entity)
 {
     throw new NotImplementedException();
 }
 public void Delete(Post entity)
 {
     throw new NotImplementedException();
 }