public Attempt EditAttempt(Attempt obj) { return(_db.EditAttempt(obj)); }
public Attempt AddAttempt(Attempt obj) { return(_db.AddAttempt(obj)); }