public int DisableService(DatabaseContext _db, Guid serviceId) { return(_OperationRepo.DisableService(_db, serviceId)); }