//فرستادن آدرس دیتابیس به فرم ارایه شده
        private void DorosEra_E_Address()
        {
            Login_Layer = new Login_Layer();

            Login_Layer.GetAddress(@"C: \Users\HamidS\source\repos\ConnectionPath.txt");
        }
        public Student_MainFrm(Login_Layer LG)
        {
            InitializeComponent();

            this.Login_Layer = LG;
        }