public void BindData()
 {
     if (_slotId.HasValue)
     {
         _presenter.OnViewLoaded();
     }
     SlotDetails.DataBind();
 }