public int Delete(int Solutionid)
 {
     SqlDataProvider db =new SqlDataProvider();
     return db.Delete_Solution_mst_By_id(Solutionid);
 }