public static int ProductIdentifier([NotNull] this BindingSource sender) => sender.CurrentProduct().ProductId;
 public static string ProductName([NotNull] this BindingSource sender) => sender.CurrentProduct().ProductName;