public ActionResult ShowEmployeeById(int Id) { return(View(serviceObject.GetEmployeeAttendancesByEmployeeId(Id))); //return Content(serviceObject.GetEmployeeById(Id).FullName.ToString()); }