public report_users_of_provider(Form2 f)
 {
     f2 = f;       InitializeComponent();
 }
 public report_of_sales(Form2 f)
 {
     InitializeComponent();
     f2 = f;
 }