public void MisionCompleate(string mision) { IMission mission = this.Missions.FirstOrDefault(x => x.CodeName == mision); mission.Complyte(); }