can you help me what i need actually insert Save the following data Name,Email,Salary,DistrictId in table Employee EmployeeId,CourseId in table EmployeeCourse EmployeeId,LanaguageId,LevelId in table EmployeeLangage and write it in Create http post [HttpPost] public ActionResult Create(Customemployee cemp) { return View(); }