public ActionResult Edit(int?id) { EmployeeVM objVm = facade.GetEmployeeById(Convert.ToInt32(id)); return(View("Edit", objVm)); }