public string CompaniesVessels(int user_id, string token, int id) { if (auth.CheckAuthStatus(user_id, token)) { return(ApiModel.GetVesselByCompanyID(id)); } return("Not authorized for this"); }