public BLLCollection<Solution_mst> Get_SearchSolution_All(string  keywords)
 {
     SqlDataProvider db = new SqlDataProvider();
     return db.Get_SearchSolution_mst_All(keywords);
 }