public PlayCommand(SireneModel model)
 {
     _model = model;
 }
 public SireneViewModel(SireneModel model)
 {
     _model = model;
 }