public Grupo(string nombre, eTipoManada tipo) : this(nombre) { Grupo._tipo = tipo; }
static Grupo() { Grupo._tipo = eTipoManada.Unica; }