// GET api/<controller> public IEnumerable <EquipmentType> Get() { EquipmentType ET = new EquipmentType(); return(ET.GetEquipmentType()); }