public List <Customers> GetAll()
 {
     return(ctx.Set <Customers>().ToList());
 }