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