public StylistsController(BestStylistsContext db)
 {
     _db = db;
 }