[self.view bringSubviewToFront:Btn];
_parentView = nil;
NSArray* windows = [UIApplication sharedApplication].windows;
_window = [windows objectAtIndex:0];
//keep the first subview
if(_window.subviews.count > 0){
_parentView = [_window.subviews objectAtIndex:0];
}