public static Vector3 getNestParams(NestTyp typ)
 {
     return(NestParamters[(int)typ]);
 }
 public static BasicModel getNestModell(NestTyp typ)
 {
     return(NestModels[(int)typ]);
 }