public static function getDefaultRequestStatus()
 {
     $status = RequestStatuses::where('name', 'open')->first();
     return $status->id;
 }