public void HideLoading()
 {
     OnSetLoading?.Invoke(this, false);
 }
 public void ShowLoading()
 {
     OnSetLoading?.Invoke(this, true);
 }