public int Update()
 {
     SqlDataProvider db = new SqlDataProvider();
      return   db.Update_Solution_mst_By_id(this);
 }