public LocationsController(TheProjectDbContext context)
 {
     uow = new UnitOfWork(context);
 }