public async Task <IActionResult> AllPostsOfUser() { return(View(await _postBLL.GetAdminPosts(User))); }