public int NewPost(string userName, string password, string blogid, Post post)
 {
     throw new NotImplementedException();
 }
 public void EditPost(string userName, string password, Post post)
 {
     throw new NotImplementedException();
 }