// GET api/<controller>/ public UserInfoCollection Get(int CompanyID) { return(UserInfoManager.GetAllItem(CompanyID)); }