public IEnumerable <PropertyDetails> Get() { IEnumerable <PropertyDetails> model = _context.Set <PropertyDetails>().ToList(); return(model); }