public ActionResult <SubmissionModel> Get(string id) { return(_service.GetById(this.CurrentUsername, id)); }