public string DeleteEmpInfo(EmployeeInfo objEmployee) { _db.Remove(objEmployee); _db.SaveChanges(); return("Delecte Successfully"); }