public async Task <ActionResult> Edit(int id) { var model = await _postBll.GetByIdAsync(id); return(View("EditMyPost", model)); }