public async Task <IActionResult> UpVote(int postId, int pageIndex) { await postServices.UpVote(postId); return(RedirectToAction("Index", new { pageIndex = pageIndex })); }