public Panel CrearTip(int x, int y, params object[] input)
 {
     return(Tip.CrearTip(x, y, input));
 }