public void CreatRideAvatar(int id) { if (m_proAvatar != null) { m_proAvatar.Set_Ride(id, (f) => { rideModel.isLoading = false; }, true); } }