public static function getCurrentMacroCategoryById($catID) { return \App\MacroCategory::where('id', '=', $catID)->first(); }