public static function getMobilecheck($id)
 {
     //check whether mobile number exists
     $output = Sample::mobile($id);
     print_r($output);
 }