Line 53: { Line 54: db.Registrations.Add(registration); Line 55: await db.SaveChangesAsync(); Line 56: return RedirectToAction("Index"); Line 57: }