<Window.Resources>
<Style TargetType="Button" x:Key="songStyle">
<Setter Property="Margin" Value="5"/>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="Button">
<Grid/>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</Window.Resources>