public BaseViewAnimator AddAnimatorListener(Animator.IAnimatorListener l)
 {
     AnimatorAgent.AddListener(l);
     return(this);
 }