public bool Agregar(Cocina c) { return(this + c); }
public bool Remover(Cocina c) { return(this - c); }
private int GetIndice(Cocina c) { return(this._lista.IndexOf(c)); }