public StaffController(FireRosterDB context) { db = context; }
public StaffController() { db = new FireRosterDB(); }