public void criarRect(float _x, float _y, float _sz, Color _c)
 {
     rs.DrawShape(_x, _y, _sz, _c);
 }