public static bool DescentControl(params string[] args) { if (Starship.DesentControl()) { return(true); } else { return(false); } }