private void PostTagsRemove(int postId)
 {
     _PostTagService.RemoveAllPostTagsByPostId(postId);
 }