public static function getColors($rand = null)
 {
     $color = GroupController::COLOR(new GroupController());
     return is_null($rand) ? $color : $color[rand(0, 14)];
 }