public bool IsHotkeyExist(Keys key)
 {
     return(HotkeyList.Any(x => x.Key == key));
 }