for view in self.view.subviews {
view.removeFromSuperview()
}
self.cvMain.register(CollectionViewCell.self, forCellWithReuseIdentifier: "CollectionViewCell")
self.cvMain.delegate = self
self.cvMain.dataSource = self
let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "CollectionViewCell", for: indexPath) as! CollectionViewCell