public FRM_QuotationSelected() { InitializeComponent(); dgvQuotations.DataSource = ClassOrder.sp_selectQuotaions(FRM_BriOrder.code); }