static void Main(string[] args) { //NewMethod(); SqlServer sql = new SqlServer(); Mysql mysql = new Mysql(); sql.Add(); mysql.Add(); }