public void UpdatePosts(Posts pst) { }
//** All Posts public void AddNewPost(Posts post) { post.PostDate = DateTime.Today; tc.Posts.Add(post); tc.SaveChanges(); }