/// <summary> /// Edit student /// </summary> public void Edit(int id, Course model) { db.Edit(id, model); }