private void OnDeleteInstructionCommand(object obj) { var instDelete = obj as Instruction; Programme.Remove(instDelete); }