/// <summary> /// Method invoked when the component is ready to start, having received its /// initial parameters from its parent in the render tree. /// </summary> protected override void OnInitialized() { Bugs = BugService.GetBugs().OrderBy(x => x.Priority).ToList(); }