public static GameObject GetStatus(string name)
 {
     return(gameObjectList.GetStatus(name));
 }