Implement a WPF app to list stock information that is loaded from StockData.csv. Your app should allowuser to Search specific company’s stock information, and display the search result in a DataGrid, and theresult should be sorted according to the date. Clean the data by removing those rows that the pricecontains negative value while the data is loading.