public void NotifyCompleted()
 {
     if (failed || (!failed && !completed))
     {
         profit = 0;
     }
     BaseLevelSceneController.GetInstance().NotifyPlateCompleted(profit);
 }