public ResetCommand(VideoCtrlsVM _obj)
 {
     obj = _obj;
 }
 public PlayPauseCommand(VideoCtrlsVM _obj)
 {
     obj = _obj;
 }