public BLLCollection<Solution_mst> Get_All()
 {
     SqlDataProvider db = new SqlDataProvider();
     return db.Get_Solution_mst_All();
 }