/// <summary>
 /// Display custom notification message box with animation
 /// </summary>
 /// <param name="notification"></param>
 private void ShowNotificationMessageBox(string notifyMsg)
 {
     NotificationBox.ShowNotifyMessageBox(notifyMsg);
 }