public void CreateNewPost(Post post)
 {
     _postDal.Create(post);
 }