public IEnumerable <string> Get()
 {
     return(_CustomerFactory.GetAll().Select(c => c.FirstName));
 }