public int Insert()
 {
     SqlDataProvider db = new SqlDataProvider();
       return  db.Insert_Solution_mst(this);
 }