public JsonResult CheckKeyIsInvalid(string GuidKey)
 {
     return(Json(_playerService.CheckIfKeyExists(GuidKey), JsonRequestBehavior.AllowGet));
 }