public static bool Equals(this MatchPlayer self, int i)
 {
     return(self.Equals(Enum.GetName(typeof(MatchPlayer), i)));
 }