public TaskBootMenu(Models.Computer computer, Models.ImageProfile imageProfile, string direction) { _computer = computer; _direction = direction; _imageProfile = imageProfile; }