public TrashAction(Player player, Card card, String text, TrashMethod method, Boolean isRequired)
		{
			_Player = player; _Card = card; _Text = text; _Method = method; _IsRequired = isRequired;
		}
 public TrashAction(Player player, Card card, String text, TrashMethod method, Boolean isRequired)
 {
     _Player = player; _Card = card; _Text = text; _Method = method; _IsRequired = isRequired;
 }