public IEnumerable <ImageFileInfo> GetPartitionFileInfo(int id, string selectedHd, string selectedPartition) { return(_imageServices.GetPartitionImageFileInfoForGridView(id, selectedHd, selectedPartition)); }