public void Tsp_AddEmp(EmpInfo emp) { using (var context = new TblSplitContext()) { context.EmpInfos.Add(emp); context.SaveChanges(); } }